object Form2: TForm2 Left = 191 Top = 182 BorderIcons = [] BorderStyle = bsSingle Caption = 'WinNc 32-Bit Shell ' ClientHeight = 139 ClientWidth = 367 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TFastCaption Left = 10 Top = 65 Width = 356 Height = 13 caption = 'FastCaption' ClipOptions = coPath end object Label2: TFastCaption Left = 10 Top = 80 Width = 356 Height = 13 caption = 'FastCaption' ClipOptions = coPath end object Info: TFastCaption Left = 10 Top = 120 Width = 356 Height = 13 caption = 'FastCaption' ClipOptions = coNone end object ProgressBar1: TProgressBar Left = 10 Top = 100 Width = 269 Height = 12 Min = 0 Max = 100 Step = 1 TabOrder = 0 end object Button1: TButton Left = 285 Top = 100 Width = 75 Height = 20 Caption = 'Abort' TabOrder = 1 OnClick = Button1Click end object ShellAnimation1: TShellAnimation Left = 5 Top = 0 Width = 272 Height = 60 Center = False Animation = atCopyFile AutoPlay = False end end